Statement vs. Prepared Statement (when using oracle)?

When do we use Statement vs. Prepared Statement? In my opinion unless you are executing DDL statements (which don’t allow variable binding) you are better of always using  Prepared Statement. Why? To understand this we need to know how oracle queries are executed. Without getting into too much detail the steps (that we would be most … Continue reading Statement vs. Prepared Statement (when using oracle)?